home *** CD-ROM | disk | FTP | other *** search
/ Kit PC World De Ampliacion De Windows 95 / Kit PC World de ampliacion de Windows 95.iso / internet / sweeper / samples / olecon~1 / controls / invisi~1 / guids.h < prev    next >
Text File  |  1995-11-25  |  909b  |  26 lines

  1. //=--------------------------------------------------------------------------=
  2. // Guids.H
  3. //=--------------------------------------------------------------------------=
  4. // Copyright  1995  Microsoft Corporation.  All Rights Reserved.
  5. //
  6. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF 
  7. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO 
  8. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A 
  9. // PARTICULAR PURPOSE.
  10. //=--------------------------------------------------------------------------=
  11. //
  12. // guids that we define locally
  13. //
  14. #ifndef _GUIDS_H_
  15.  
  16. // for each property page this server will have, put the guid definition for it
  17. // here so that it gets defined ...
  18. //
  19. DEFINE_GUID(CLSID_InvisibleGeneralPage, 0x6e46fc20, 0x21a5, 0x11cf, 0x9d, 0x53, 0x00, 0xaa, 0x00, 0x3c, 0x9c, 0xb6);
  20.  
  21.  
  22. #define _GUIDS_H_
  23. #endif // _GUIDS_H_
  24.  
  25.  
  26.